home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-19  |  181 b   |  13 lines

  1. on(release){
  2.    gotoAndStop(26);
  3.    stopAllSounds();
  4.    tellTarget("/INSTRUCT")
  5.    {
  6.       nextFrame();
  7.    }
  8.    tellTarget("_level1/")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12. }
  13.